crypto/x509.pkcs1PublicKey.E (field)
16 uses
crypto/x509 (current package)
parser.go#L268: E: p.E,
pkcs1.go#L73: E: priv.E,
pkcs1.go#L115: E: key.PublicKey.E,
pkcs1.go#L159: E: pub.E,
pkcs1.go#L170: E: key.E,
x509.go#L77: E: pub.E,
crypto/rsa
rsa.go#L44: E int // public exponent
rsa.go#L62: return pub.N.Cmp(xx.N) == 0 && pub.E == xx.E
rsa.go#L90: if pub.E < 2 {
rsa.go#L93: if pub.E > 1<<31-1 {
rsa.go#L227: de := new(big.Int).SetInt64(int64(priv.E))
rsa.go#L260: priv.E = 65537
rsa.go#L334: e := big.NewInt(int64(priv.E))
rsa.go#L388: e := big.NewInt(int64(pub.E))
rsa.go#L523: bigE := big.NewInt(int64(priv.E))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)